const runtime._SA_ONSTACK
4 uses
runtime (current package)
defs_linux_amd64.go#L29: _SA_ONSTACK = 0x8000000
os_linux.go#L484: sa.sa_flags = _SA_SIGINFO | _SA_ONSTACK | _SA_RESTORER | _SA_RESTART
os_linux.go#L508: if sa.sa_flags&_SA_ONSTACK != 0 {
os_linux.go#L511: sa.sa_flags |= _SA_ONSTACK
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)